Skip to content

chore(deps): bump the angular-deps group across 1 directory with 15 updates #2419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2025

Bumps the angular-deps group with 15 updates in the / directory:

Package From To
@angular/common 19.2.0 20.1.6
@angular/compiler 19.2.0 20.1.6
@angular/core 19.2.0 20.1.6
@angular/forms 19.2.0 20.1.6
@angular/platform-browser 19.2.0 20.1.6
@angular/platform-browser-dynamic 19.2.0 20.1.6
@angular/platform-server 19.2.0 20.1.6
@angular/router 19.2.0 20.1.6
@angular/ssr 19.2.15 20.1.5
@angular-devkit/build-angular 19.2.0 20.1.5
@angular/cli 19.2.0 20.1.5
@angular/compiler-cli 19.2.0 20.1.6
@angular/animations 19.2.0 20.1.6
@angular/cdk 19.2.2 20.1.5
@angular/material 19.2.2 20.1.5

Updates @angular/common from 19.2.0 to 20.1.6

Release notes

Sourced from @​angular/common's releases.

20.1.6

No release notes provided.

20.1.5

compiler-cli

Commit Description
fix - 3b2e8efcac correctly type check host listeners to own outputs (#62965)

core

Commit Description
fix - c9f3976eba properly recognize failed fetch responses when loading external resources in JIT (#62992)

http

Commit Description
fix - ae443f8eb0 Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Description
fix - 7a5851e4b0 incorrect filtering in inject migration (#62913)

20.1.4

compiler

Commit Description
fix - db3c5826ee exclude more safe reads expression from 2way-binding (#62852)

core

Commit Description
fix - c633b63e56 update symbols for new signals api (#62284)

http

Commit Description
fix - ab6033979a add missing http options allowed in fetch API (#62881)
fix - 15670d8417 propagate plain errors when parsing fails (#62765)

20.1.3

core

Commit Description
fix - 2c522efbe5 fix change tracking for Resource#hasValue (#62595)

platform-browser

Commit Description
fix - 2fd1f7beb5 resolve component resources before bootstrapping in JIT mode (#62758)

20.1.2

compiler

Commit Description

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

20.1.6 (2025-08-06)

20.2.0-next.4 (2025-08-06)

Deprecations

router

  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.

compiler-cli

Commit Type Description
fb1fc823c4 fix correctly type check host listeners to own outputs (#62965)

core

Commit Type Description
141bb75ff2 feat Promote zoneless to stable (#62699)
de3a0c5cf3 fix Fix animate.enter class removal when composing classes (#62981)
6597ac0af7 fix fix support for space separated strings in leave animations (#62979)
ebd622b344 fix fixes empty animations when recalculating styles (#63007)
455b147488 fix fixes timing issues with enter animations (#62925)
648bbb097e fix properly recognize failed fetch responses when loading external resources in JIT (#62992)

forms

Commit Type Description
c353497a01 feat add support for pushing an array of controls to formarray (#57102)

http

Commit Type Description
e5d6fb5825 fix Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Type Description
b1514d512e fix incorrect filtering in inject migration (#62913)

platform-browser

Commit Type Description
52b8e07d6e feat Warns on conflicting hydration and blocking navigation (#62963)

router

Commit Type Description
d00b3fed58 feat add a currentNavigation signal to the Router service. (#62971)

service-worker

Commit Type Description
8255e0cf15 feat add messageerror event handling and logging (#62834)
5220b51e75 feat Adds for type in provideServiceWorker (#62831)

... (truncated)

Commits
  • 847de40 build: explicitly include types for locales in @​angular/common/locales (#63030)
  • 26f99b3 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • ae443f8 fix(http): Reset headers, progress, and statusCode when using set() in `Htt...
  • 875ea30 build: remove ts_project_interop infrastructure (#62909)
  • 82fcc9c Revert "fix(http): add missing http options allowed in fetch API (#62881)" (#...
  • ab60339 fix(http): add missing http options allowed in fetch API (#62881)
  • ea1afec build: move http_server and generate_api_docs into defaults2.bzl (#62878)
  • f0fca61 refactor(common): replace aio links to adev (#62839)
  • 622e108 build: standardize usage of js_binary (#62860)
  • 2b0f3fc build: remove all usages of @​bazel/runfiles (#62805)
  • Additional commits viewable in compare view

Updates @angular/compiler from 19.2.0 to 20.1.6

Release notes

Sourced from @​angular/compiler's releases.

20.1.6

No release notes provided.

20.1.5

compiler-cli

Commit Description
fix - 3b2e8efcac correctly type check host listeners to own outputs (#62965)

core

Commit Description
fix - c9f3976eba properly recognize failed fetch responses when loading external resources in JIT (#62992)

http

Commit Description
fix - ae443f8eb0 Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Description
fix - 7a5851e4b0 incorrect filtering in inject migration (#62913)

20.1.4

compiler

Commit Description
fix - db3c5826ee exclude more safe reads expression from 2way-binding (#62852)

core

Commit Description
fix - c633b63e56 update symbols for new signals api (#62284)

http

Commit Description
fix - ab6033979a add missing http options allowed in fetch API (#62881)
fix - 15670d8417 propagate plain errors when parsing fails (#62765)

20.1.3

core

Commit Description
fix - 2c522efbe5 fix change tracking for Resource#hasValue (#62595)

platform-browser

Commit Description
fix - 2fd1f7beb5 resolve component resources before bootstrapping in JIT mode (#62758)

20.1.2

compiler

Commit Description

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.1.6 (2025-08-06)

20.2.0-next.4 (2025-08-06)

Deprecations

router

  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.

compiler-cli

Commit Type Description
fb1fc823c4 fix correctly type check host listeners to own outputs (#62965)

core

Commit Type Description
141bb75ff2 feat Promote zoneless to stable (#62699)
de3a0c5cf3 fix Fix animate.enter class removal when composing classes (#62981)
6597ac0af7 fix fix support for space separated strings in leave animations (#62979)
ebd622b344 fix fixes empty animations when recalculating styles (#63007)
455b147488 fix fixes timing issues with enter animations (#62925)
648bbb097e fix properly recognize failed fetch responses when loading external resources in JIT (#62992)

forms

Commit Type Description
c353497a01 feat add support for pushing an array of controls to formarray (#57102)

http

Commit Type Description
e5d6fb5825 fix Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Type Description
b1514d512e fix incorrect filtering in inject migration (#62913)

platform-browser

Commit Type Description
52b8e07d6e feat Warns on conflicting hydration and blocking navigation (#62963)

router

Commit Type Description
d00b3fed58 feat add a currentNavigation signal to the Router service. (#62971)

service-worker

Commit Type Description
8255e0cf15 feat add messageerror event handling and logging (#62834)
5220b51e75 feat Adds for type in provideServiceWorker (#62831)

... (truncated)

Commits
  • 26f99b3 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • 17c110e refactor(compiler): allow directives to be resolved on host element (#62965)
  • 875ea30 build: remove ts_project_interop infrastructure (#62909)
  • db3c582 fix(compiler): exclude more safe reads expression from 2way-binding (#62852)
  • 2b16824 build: move tsec to new toolchain (#62825)
  • a83ef0e refactor(compiler): Error on comment only interpolations (#62590)
  • b388f1e build: remove all usages of the interop_deps attr for ts_project and ng_proje...
  • 8ad10fd fix(compiler): fix detection of directive deps in JIT (#62666)
  • 2ab638d refactor(core): expose function to assert type of variables (#62648)
  • 53963e9 refactor(compiler): indicate whether element is void at AST level (#62648)
  • Additional commits viewable in compare view

Updates @angular/core from 19.2.0 to 20.1.6

Release notes

Sourced from @​angular/core's releases.

20.1.6

No release notes provided.

20.1.5

compiler-cli

Commit Description
fix - 3b2e8efcac correctly type check host listeners to own outputs (#62965)

core

Commit Description
fix - c9f3976eba properly recognize failed fetch responses when loading external resources in JIT (#62992)

http

Commit Description
fix - ae443f8eb0 Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Description
fix - 7a5851e4b0 incorrect filtering in inject migration (#62913)

20.1.4

compiler

Commit Description
fix - db3c5826ee exclude more safe reads expression from 2way-binding (#62852)

core

Commit Description
fix - c633b63e56 update symbols for new signals api (#62284)

http

Commit Description
fix - ab6033979a add missing http options allowed in fetch API (#62881)
fix - 15670d8417 propagate plain errors when parsing fails (#62765)

20.1.3

core

Commit Description
fix - 2c522efbe5 fix change tracking for Resource#hasValue (#62595)

platform-browser

Commit Description
fix - 2fd1f7beb5 resolve component resources before bootstrapping in JIT mode (#62758)

20.1.2

compiler

Commit Description

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

20.1.6 (2025-08-06)

20.2.0-next.4 (2025-08-06)

Deprecations

router

  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.

compiler-cli

Commit Type Description
fb1fc823c4 fix correctly type check host listeners to own outputs (#62965)

core

Commit Type Description
141bb75ff2 feat Promote zoneless to stable (#62699)
de3a0c5cf3 fix Fix animate.enter class removal when composing classes (#62981)
6597ac0af7 fix fix support for space separated strings in leave animations (#62979)
ebd622b344 fix fixes empty animations when recalculating styles (#63007)
455b147488 fix fixes timing issues with enter animations (#62925)
648bbb097e fix properly recognize failed fetch responses when loading external resources in JIT (#62992)

forms

Commit Type Description
c353497a01 feat add support for pushing an array of controls to formarray (#57102)

http

Commit Type Description
e5d6fb5825 fix Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Type Description
b1514d512e fix incorrect filtering in inject migration (#62913)

platform-browser

Commit Type Description
52b8e07d6e feat Warns on conflicting hydration and blocking navigation (#62963)

router

Commit Type Description
d00b3fed58 feat add a currentNavigation signal to the Router service. (#62971)

service-worker

Commit Type Description
8255e0cf15 feat add messageerror event handling and logging (#62834)
5220b51e75 feat Adds for type in provideServiceWorker (#62831)

... (truncated)

Commits
  • fd373f2 refactor(animations): optimize resolveTimeExpression (#62927)
  • 294fc88 refactor(devtools): enable view source for template effects (#62692)
  • 26f99b3 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • c9f3976 fix(core): properly recognize failed fetch responses when loading external ...
  • 216d883 build: use pnpm as the package manager instead of yarn (#62926)
  • c92a306 build: update cross-repo angular dependencies (#62903)
  • 7a5851e fix(migrations): incorrect filtering in inject migration (#62913)
  • 875ea30 build: remove ts_project_interop infrastructure (#62909)
  • 25c6b15 refactor(core): add private resource error helper function for g3 migration (...
  • 775f918 build: remove usages of rules_nodejs (#62885)
  • Additional commits viewable in compare view

Updates @angular/forms from 19.2.0 to 20.1.6

Release notes

Sourced from @​angular/forms's releases.

20.1.6

No release notes provided.

20.1.5

compiler-cli

Commit Description
fix - 3b2e8efcac correctly type check host listeners to own outputs (#62965)

core

Commit Description
fix - c9f3976eba properly recognize failed fetch responses when loading external resources in JIT (#62992)

http

Commit Description
fix - ae443f8eb0 Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Description
fix - 7a5851e4b0 incorrect filtering in inject migration (#62913)

20.1.4

compiler

Commit Description
fix - db3c5826ee exclude more safe reads expression from 2way-binding (#62852)

core

Commit Description
fix - c633b63e56 update symbols for new signals api (#62284)

http

Commit Description
fix - ab6033979a add missing http options allowed in fetch API (#62881)
fix - 15670d8417 propagate plain errors when parsing fails (#62765)

20.1.3

core

Commit Description
fix - 2c522efbe5 fix change tracking for Resource#hasValue (#62595)

platform-browser

Commit Description
fix - 2fd1f7beb5 resolve component resources before bootstrapping in JIT mode (#62758)

20.1.2

compiler

Commit Description

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

20.1.6 (2025-08-06)

20.2.0-next.4 (2025-08-06)

Deprecations

router

  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.

compiler-cli

Commit Type Description
fb1fc823c4 fix correctly type check host listeners to own outputs (#62965)

core

Commit Type Description
141bb75ff2 feat Promote zoneless to stable (#62699)
de3a0c5cf3 fix Fix animate.enter class removal when composing classes (#62981)
6597ac0af7 fix fix support for space separated strings in leave animations (#62979)
ebd622b344 fix fixes empty animations when recalculating styles (#63007)
455b147488 fix fixes timing issues with enter animations (#62925)
648bbb097e fix properly recognize failed fetch responses when loading external resources in JIT (#62992)

forms

Commit Type Description
c353497a01 feat add support for pushing an array of controls to formarray (#57102)

http

Commit Type Description
e5d6fb5825 fix Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Type Description
b1514d512e fix incorrect filtering in inject migration (#62913)

platform-browser

Commit Type Description
52b8e07d6e feat Warns on conflicting hydration and blocking navigation (#62963)

router

Commit Type Description
d00b3fed58 feat add a currentNavigation signal to the Router service. (#62971)

service-worker

Commit Type Description
8255e0cf15 feat add messageerror event handling and logging (#62834)
5220b51e75 feat Adds for type in provideServiceWorker (#62831)

... (truncated)

Commits
  • 26f99b3 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • 875ea30 build: remove ts_project_interop infrastructure (#62909)
  • ea1afec build: move http_server and generate_api_docs into defaults2.bzl (#62878)
  • 206d153 refactor(forms): Removes redundant destroy ref usage in value accessor in sel...
  • b388f1e build: remove all usages of the interop_deps attr for ts_project and ng_proje...
  • 1e9bfe5 build: migrate to new toolchain usage for api goldens (#62688)
  • b848590 build: migrate to use web test runner rules (#62292)
  • 36d5048 build: migrate final non-zone.js jasmine tests (#62169)
  • 4f0221e fix(forms): improve select performance (#61949)
  • d081ef9 build: replace all ng_package with new rule from rules_angular (#61843)
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 19.2.0 to 20.1.6

Release notes

Sourced from @​angular/platform-browser's releases.

20.1.6

No release notes provided.

20.1.5

compiler-cli

Commit Description
fix - 3b2e8efcac correctly type check host listeners to own outputs (#62965)

core

Commit Description
fix - c9f3976eba properly recognize failed fetch responses when loading external resources in JIT (#62992)

http

Commit Description
fix - ae443f8eb0 Reset headers, progress, and statusCode when using set() in HttpResource (#62873)

migrations

Commit Description
fix - 7a5851e4b0 incorrect filtering in inject migration (#62913)

20.1.4

compiler

Commit Description
fix - db3c5826ee exclude more safe reads expression from 2way-binding (#62852)

core

Commit Description
fix - c633b63e56 update symbols for new signals api (#62284)

http

Commit Description
fix - ab6033979a add missing http options allowed in fetch API (#62881)
fix - 15670d8417 propagate plain errors when parsing fails (#62765)

20.1.3

core

Commit Description
fix - 2c522efbe5 fix change tracking for Resource#hasValue (#62595)

platform-browser

Commit Description
fix - 2fd1f7beb5 resolve component resources before bootstrapping in JIT mode (#62758)

20.1.2

compiler

Commit Description

... (truncated)

Changelog

Sourced from @​angular/platform-browser's changelog.

20.1.6 (2025-08-06)

20.2.0-next.4 (2025-08-06)

Deprecations

router

  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.

compiler-cli

Commit Type Description
fb1fc823c4 fix correctly type check host listeners to own outputs (#62965)

core

Commit Type Description
141bb75ff2 feat Promote zoneless to stable (#62699)
de3a0c5cf3 fix Fix animate.enter class removal when composing classes (#62981)
6597ac0af7 fix fix support for space separated strings in leave animations (#62979)
ebd622b344 fix fixes empty animations when recalculating styles (#63007)
455b147488 fix fixes timing issues with enter animations (#62925)
648bbb097e fix properly recognize failed fetch responses when loading external resources in JIT (#62992)

forms

Commit Type Description
c353497a01 feat add support for pushing an array of controls to formarray (#57102)

http

Commit Type Description
e5d6fb5825 fix Reset headers, progress, and statusCode when using set() in HttpResource (#62873...

Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 10, 2025
Copy link

vercel bot commented Aug 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hey-api-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 11, 2025 3:27am

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Aug 10, 2025
…pdates

Bumps the angular-deps group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.0` | `20.1.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.0` | `20.1.6` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.0` | `20.1.6` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.0` | `20.1.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.0` | `20.1.6` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.0` | `20.1.6` |
| [@angular/platform-server](https://github.com/angular/angular/tree/HEAD/packages/platform-server) | `19.2.0` | `20.1.6` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.0` | `20.1.6` |
| [@angular/ssr](https://github.com/angular/angular-cli) | `19.2.15` | `20.1.5` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.2.0` | `20.1.5` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.0` | `20.1.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.2.0` | `20.1.6` |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.0` | `20.1.6` |
| [@angular/cdk](https://github.com/angular/components) | `19.2.2` | `20.1.5` |
| [@angular/material](https://github.com/angular/components) | `19.2.2` | `20.1.5` |



Updates `@angular/common` from 19.2.0 to 20.1.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.1.6/packages/common)

Updates `@angular/compiler` from 19.2.0 to 20.1.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.1.6/packages/compiler)

Updates `@angular/core` from 19.2.0 to 20.1.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.1.6/packages/core)

Updates `@angular/forms` from 19.2.0 to 20.1.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.1.6/packages/forms)

Updates `@angular/platform-browser` from 19.2.0 to 20.1.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.1.6/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.2.0 to 20.1.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.1.6/packages/platform-browser-dynamic)

Updates `@angular/platform-server` from 19.2.0 to 20.1.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.1.6/packages/platform-server)

Updates `@angular/router` from 19.2.0 to 20.1.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.1.6/packages/router)

Updates `@angular/ssr` from 19.2.15 to 20.1.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.2.15...20.1.5)

Updates `@angular-devkit/build-angular` from 19.2.0 to 20.1.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.2.0...20.1.5)

Updates `@angular/cli` from 19.2.0 to 20.1.5
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.2.0...20.1.5)

Updates `@angular/compiler-cli` from 19.2.0 to 20.1.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.1.6/packages/compiler-cli)

Updates `@angular/animations` from 19.2.0 to 20.1.6
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.1.6/packages/animations)

Updates `@angular/cdk` from 19.2.2 to 20.1.5
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.2.2...20.1.5)

Updates `@angular/material` from 19.2.2 to 20.1.5
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.2.2...20.1.5)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/compiler"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/core"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/forms"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/platform-server"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/router"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/ssr"
  dependency-version: 20.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 20.1.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/cli"
  dependency-version: 20.1.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.1.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/animations"
  dependency-version: 20.1.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/cdk"
  dependency-version: 20.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular-deps
- dependency-name: "@angular/material"
  dependency-version: 20.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-ac6f91be64 branch from d267431 to cb901aa Compare August 11, 2025 03:25
Copy link

changeset-bot bot commented Aug 11, 2025

⚠️ No Changeset found

Latest commit: cb901aa

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@mrlubos mrlubos deleted the dependabot/npm_and_yarn/angular-deps-ac6f91be64 branch August 12, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant